Return

Edit Task: TaskGroupNames

Description

The TaskGroupNames attribute under EditTask defines which groups the given task is in.

Parameters

ParameterDescription
TaskGroupNamesA string of text of the names of the groups. If the task group does not exist, one will be created.

Examples

Add a task to 2 groups

PATCH api/task/Task1

Body:

{

"TaskGroupNames" : ["FirstGroup","SecondGroup"]

}